home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / alloca_p.h < prev    next >
C/C++ Source or Header  |  1993-10-07  |  132b  |  9 lines

  1. #ifndef __ALLOCA_P_H__
  2. #define __ALLOCA_P_H__
  3.  
  4. #ifndef WINDOWSNT
  5. extern pointer alloca _P_((unsigned size));
  6. #endif
  7.  
  8. #endif
  9.